home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / high_speed.swf / scripts / DefineButton2_113 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-06-13  |  193 b   |  10 lines

  1. on(release){
  2.    _root.car._x = 35;
  3.    _root.abc = 0;
  4.    _root.countbar._yscale = 139;
  5.    gotoAndStop(1);
  6.    stopAllSounds();
  7.    _root.moonmove = 0;
  8.    _root.mainmoon.gotoAndPlay(1);
  9. }
  10.